home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-05 | 1.3 KB | 39 lines | [TEXT/MPS ] |
-
- RenameGXHeaders - an MPW tool for replacing old Quickdraw GX headers
- with new GX headers in source and include files.
-
- Included on ETO 17 in the Prerelease MPW folder are a new set of headers
- for Quickdraw GX. There are now a smaller number of headers and spaces
- have been eliminated from all the header names to make it easier to use
- these headers with MPW.
-
- Developers shouldn't need to change their sources immediately, since there
- are a set of headers with the old filenames that include the new headers.
- This tool will help whenever a developer decides to make the transition to
- the new headers. The source code and a makefile are included to allow
- those not using MPW to create their own tool in whatever environment they
- choose.
-
- The benefit of using this tool rather than a search and replace procedure
- in MPW is that this tool will omit multiple inclusions of the same
- header file, which can happen when several old-style GX headers map
- to a single new-style header.
-
- To see a usage statement, use:
-
- RenameGXHeaders -h
-
- You can pipe in the output of another program or you can simply overwrite
- the original C file if you're in a daring mood:
-
- RenameGXHeaders <MyProgram.c >MyNewProgram.c
-
- - or -
-
- RenameGXHeaders -w MyProgram.c
-
- Questions, problems or concerns about this tool can be sent to:
-
- jdaggett@apple.com
-
-